home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / lhaexes.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  258 b   |  10 lines

  1. @echo off
  2. echo Here is a listing of self-extracting LHA files. It uses text searching.
  3. call presskey
  4. echo.
  5. echo This does a case-sensitive search of the first 40 bytes of all executable
  6. echo files for "LHA":
  7. echo.
  8. echo on
  9. ffg /p *:*.exe /$=c=#40LHA
  10.